home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 84 / CD-ROM 84 / CD-ROM 84.iso / util / qres / readme.txt < prev    next >
Encoding:
Text File  |  2001-03-10  |  6.9 KB  |  104 lines

  1. ////////////////////////////////////////////////////
  2. // Instructions on how to use QuickResource v2.01 //
  3. ////////////////////////////////////////////////////
  4.  
  5. TERMS OF USE:
  6. This software is FREEWARE.  It contains no warranties/guaranties of any kind expressed or implied.  I am not responsible for any damage or harm directly or indirectly that this program may cause.  That means you will not receive nag screens asking you to pay money after a certain amount of time.  In turn this program may be distributed freely as long as it is not modified.  Disassembly/Decompilation is prohibited.  All Rights Reserved.
  7.  
  8. SYSTEM REQUIREMENTS:
  9. Win9x, Me
  10.  
  11. CHANGES:
  12.     -The frame.ico is now back inside the .exe, if you would like to customize it you can pick up a free resource hack program on the internet.
  13.     -The links to my website,e-mail, and register page have been changed to my new site.
  14.     -Uses about 50% less CPU than it did before to refresh (about .48% CPU on a 200MMX)
  15.     -Several background changes to make the program more efficient, and flexible.
  16.     -now 15K :(
  17.     -Now QuickResource sends a low resource broadcasts (WM_LOWRESOURCES) to all of the running applications.
  18.     -I received several reports of a "false alarm" when a laptop came out of "suspend mode", I think that I have fixed the problem, but I do not have a laptop to test it on.
  19.  
  20. INSTRUCTIONS:
  21. -This program is a smaller and I think faster and more informative version of the resource meter that comes with windows.  It display all GDI,SYSTEM,and USER resources all in one icon in the system tray.  TO INSTALL: create a shortcut to QuickResource in the "startup" group of start menu.  It's that simple I hope you enjoy using it as much as I do and if you like it PLEASE distribute it to your friends, or if REALLY REALLY like it put a link to my download page on your website.
  22.  
  23. CUSTOMIZE QUICKRESOURCE:
  24.     All of the following options are just that, optional.  You do not have to set any of these to use the program.
  25.     HOW TO SET THE FOLLOWING OPTIONS:
  26.         The following options are to be set in the shortcut to the program.  To set these options right-click on     the "QuickResource" shortcut in the start menu.  Then Choose "Properties" from the menu.  This will bring up a     window that has 2 tabs.  Choose the "Shortcut" tab.  There should be a text field called "Target:".  This is where you will be placing the options.  You need to place the options at the end of the line AFTER the quotes.  Make sure to leave a space between the quotes, and leave a space between each of the options. ie: "C:\Program Files\Quickresource v2.00\Release\QuickResource.exe" /40 -2 *3 !0 ~"C:\WINDOWS\MEDIA\The Microsoft Sound.wav"
  27.  
  28.     SETTING THE "ALARM LEVEL":
  29.         The alarm level is the percentage that will cause QuickResource to display a message and/or play a sound that will warn you that your resource usage is too high.  If you do not set this option the "alarm level" will default to 10%.
  30.         - The switch for this option is /XX
  31.         - The XX = the alarm level number it must be less that 100
  32.         - ie. /11 would set the "alarm level" to 11%
  33.  
  34.     SETTING THE ALARM TEST:
  35.         The Alarm Test is what QuickResource uses to determine what number will be tested to see if it is below the alarm level. If you do not set this it will test the AVERAGE of the user and gdi resources.  
  36.         - The switch for this option is ^X
  37.         - The X = how the resources should be tested.  1 if you want the average of the 2 resources tested, and 0 if you want the lowest of the three tested.
  38.         - ie. ^0 would cause the lowest resource to be tested against the alarm level
  39.  
  40.     SETTING THE ALARM MESSAGE BOX:
  41.         The Alarm Message Box is the window that appears when the resources drop below the alarm level. If you do not set this it WILL appear when the resources drop below the alarm level.  
  42.         - The switch for this option is !X
  43.         - The X = whether the message box should appear.  1 if you want the message box to appear, and 0 if you don't want it to appear.
  44.         - ie. !0 would cause the message box not to appear
  45.  
  46.     SETTING THE ALARM SOUND:
  47.         The Alarm Sound is the sound that is played when the resources drop below the alarm level. If you do not set this it will NOT play a sound when the resources drop below the alarm level.  
  48.         - The switch for this option is ~"FILE_PATH"
  49.         - The FILE_PATH = the path to the .wav file that you want to play when the resource drop below the alarm level.
  50.         - ie. ~"C:\WINDOWS\MEDIA\The Microsoft Sound.wav" would cause the The Microsoft Sound to be played.  Make sure there are quotes around the file path.
  51.  
  52.     SETTING THE REFRESH RATE:
  53.         The refresh rate is the period of time in seconds between when QuickResource checks the amount of available resources.  If this value is not set the refresh rate will default to one second between refreshes.
  54.         - The switch for this option is *XX
  55.         - The XX = the alarm level number it must be between 1 and 255 inclusive
  56.         - ie. *3 would set the Refresh Rate to 3
  57.  
  58.     SETTING THE BAR SPACING:
  59.         The Bar Spacing is the number of pixels between the individual resource bars.  If this value is not set there will be no bar spacing, and the bars will be right next to each other.
  60.         - The switch for this option is -X
  61.         - The X = the alarm level number it must be between 0 and 3 inclusive
  62.         - ie. -1 would set put a space between the bar
  63.  
  64.     CHANGING THE TICK MARKS:
  65.         - You may modify the ticks marks by using a resource hacking program.
  66.  
  67. Thanks.
  68.  
  69. *********************************
  70. ******Attention Developers:******
  71. *********************************
  72.  
  73.     QuickResource now sends a system broadcast called "WM_LOWRESOURCES".  This message is sent when the "Alarm Level" has been reached.  When the resources fall below the "Alarm Level" the "WM_LOWRESOURCES" is broadcast with the wParam being set to true.  When the resources come back above the "Alarm Level" the "WM_LOWRESOURCES" is sent, and the wParam is set to false.
  74.  
  75. WM_LOWRESOURCES
  76. The WM_LOWRESOURCES message is sent to a window when the resources are low.
  77.  
  78. bool areLowresources = (bool)wParam;         // whether the resources are low
  79. ____________________________________________________________________________
  80.  
  81.  
  82. PLEASE REGISTER!
  83. If you register you will:
  84. - Receive notification of updates/other freeware that I create
  85. - Free tech support
  86. - TO REGISTER click the Register button in the "About" section of my program.  This will take you to my webpage registration page and you can just fill in the information.  Thanks.
  87.  
  88.     - I WILL NOT KNOWINGLY DISRIBUTE YOUR E-MAIL to others.  This is only for customer support reasons.
  89.  
  90. Fixed Bugs:
  91.  
  92.  
  93. Bugs/Questions/Comments:
  94. If you find a bug in the program (GASP!) you can e-mail me a clear description of the bug and how to reproduce it.
  95. If you have a comment, suggestion, or improvement please feel free to e-mail me a description of it.
  96.  
  97. Don't forget to check out my other powerful freeware apps at my website.
  98.  
  99. Thank you for using QuickResource v2.01,
  100.  
  101. Anish Mistry
  102. email: amistry@am-productions.yi.org
  103. website: am-productions.yi.org
  104.